{ "version": 4, "terraform_version": "1.6.4", "serial": 411, "lineage": "3f4fe843-3c7b-de2c-c718-0898af1a83d6", "outputs": { "db_endpoint": { "value": "db-3.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-5b601ab77eab5fe8f", "ami": "ami-17a9e4e6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-75f524b3"], "subnet_id": "subnet-d4725227", "key_name": "prod-deploy-key" } } ] } ] }