{ "version": 4, "terraform_version": "1.6.9", "serial": 291, "lineage": "af0e3036-ca70-86f6-c0d2-71df777bdddd", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-6e4773f351bd96e1e", "ami": "ami-cafdc23e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0e00212e"], "subnet_id": "subnet-c8f88bfe", "key_name": "prod-deploy-key" } } ] } ] }