{ "version": 4, "terraform_version": "1.5.8", "serial": 133, "lineage": "3996f5b4-54e4-549f-1daa-3c08b7868e3e", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-5cb3e4bd6318d7d5e", "ami": "ami-71f81b7e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f0ab4fe5"], "subnet_id": "subnet-9ad3b802", "key_name": "prod-deploy-key" } } ] } ] }