{ "version": 4, "terraform_version": "1.5.3", "serial": 553, "lineage": "5607cb72-9e81-39f6-cbe5-573a6f8ec750", "outputs": { "db_endpoint": { "value": "db-4.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-1b2e9defdd7efcd9e", "ami": "ami-cf9770b6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1faf80d2"], "subnet_id": "subnet-0f2080e7", "key_name": "prod-deploy-key" } } ] } ] }