{ "version": 4, "terraform_version": "1.5.2", "serial": 474, "lineage": "afabd423-987f-4e99-ad1e-c1bb32ea5a4f", "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-7401b03b4cf71e7b7", "ami": "ami-f35e2642", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c280bc7b"], "subnet_id": "subnet-8059b81f", "key_name": "prod-deploy-key" } } ] } ] }