{ "version": 4, "terraform_version": "1.8.7", "serial": 513, "lineage": "b257014c-5598-fc1f-1d46-c7870fe7d4f0", "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-3919639fb8178518d", "ami": "ami-aabfd265", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2b89f5fd"], "subnet_id": "subnet-a0f91498", "key_name": "prod-deploy-key" } } ] } ] }