{ "version": 4, "terraform_version": "1.6.0", "serial": 118, "lineage": "187c6910-eccc-ea5d-6bf5-c620fdcacc28", "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-cce87bacdb7e00e3e", "ami": "ami-d0499bd9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3b21cce2"], "subnet_id": "subnet-d118a2df", "key_name": "prod-deploy-key" } } ] } ] }