{ "version": 4, "terraform_version": "1.5.1", "serial": 115, "lineage": "7402b7b0-7f3d-63e3-7e0f-27596f2bc23c", "outputs": { "db_endpoint": { "value": "db-0.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-012b5baf3a18d2018", "ami": "ami-11ad5d77", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-714c51ab"], "subnet_id": "subnet-0d856b06", "key_name": "prod-deploy-key" } } ] } ] }