{ "version": 4, "terraform_version": "1.5.5", "serial": 499, "lineage": "d66e44fb-f2a5-8bb0-80f9-02b6f99b5630", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-d131e5678a4438142", "ami": "ami-a94854b2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c0a5730c"], "subnet_id": "subnet-5c3c24fc", "key_name": "prod-deploy-key" } } ] } ] }