{ "version": 4, "terraform_version": "1.6.6", "serial": 326, "lineage": "0e3b9920-91ca-b081-55e6-50f51f6ee488", "outputs": { "db_endpoint": { "value": "db-1.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-b152a5fb98efb62e3", "ami": "ami-5ba57929", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-dff2ccf0"], "subnet_id": "subnet-744b53e4", "key_name": "prod-deploy-key" } } ] } ] }