{ "version": 4, "terraform_version": "1.5.3", "serial": 420, "lineage": "5089ee4d-29bd-9021-1936-6d4e2470d51e", "outputs": { "db_endpoint": { "value": "db-2.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-7570ced7209ef9a7d", "ami": "ami-f774d663", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a9c4b6fb"], "subnet_id": "subnet-a6c0a8db", "key_name": "prod-deploy-key" } } ] } ] }