{ "version": 4, "terraform_version": "1.7.1", "serial": 238, "lineage": "7884ff95-532b-4ed5-d479-70eb804baf20", "outputs": { "db_endpoint": { "value": "db-2.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-52e0ff747af10e5bc", "ami": "ami-7872ac19", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-48e1a2de"], "subnet_id": "subnet-6268cfc1", "key_name": "prod-deploy-key" } } ] } ] }