{ "version": 4, "terraform_version": "1.7.8", "serial": 187, "lineage": "b37888b4-7bf5-57ec-3289-2c07553e6e97", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-5e76e0d3458b549f1", "ami": "ami-76bab15e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-713ed302"], "subnet_id": "subnet-a551684c", "key_name": "prod-deploy-key" } } ] } ] }