{ "version": 4, "terraform_version": "1.5.8", "serial": 542, "lineage": "aa483fde-56f1-43c8-99c7-9bf2ee1e8255", "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-045c552659807fe4f", "ami": "ami-d6cda3a3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e3082102"], "subnet_id": "subnet-8aa84b2a", "key_name": "prod-deploy-key" } } ] } ] }