{ "version": 4, "terraform_version": "1.5.8", "serial": 257, "lineage": "a5df40d6-ade1-e1fe-9011-6c8562f24b8e", "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-e579dbcc35c9595c1", "ami": "ami-43375b83", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5494b41e"], "subnet_id": "subnet-07f517f1", "key_name": "prod-deploy-key" } } ] } ] }