{ "version": 4, "terraform_version": "1.5.6", "serial": 404, "lineage": "982e94ae-bc81-7629-a980-4b81123cc686", "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-bdd4eba8fdcbc593b", "ami": "ami-72699775", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e6c99e03"], "subnet_id": "subnet-5a041c29", "key_name": "prod-deploy-key" } } ] } ] }