{ "version": 4, "terraform_version": "1.5.1", "serial": 307, "lineage": "83655221-d2df-f000-f42d-348251652c1c", "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-8015bb0731760907d", "ami": "ami-7ebc28c5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a7ae401b"], "subnet_id": "subnet-26ce94b6", "key_name": "prod-deploy-key" } } ] } ] }