{ "version": 4, "terraform_version": "1.6.1", "serial": 433, "lineage": "8c8fee0f-aee4-7e19-8fce-0a8e3d131dca", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-bff8066806d989cb4", "ami": "ami-0726660e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8bf15f01"], "subnet_id": "subnet-b36693a8", "key_name": "prod-deploy-key" } } ] } ] }