{ "version": 4, "terraform_version": "1.8.8", "serial": 550, "lineage": "86b0e4c3-c38a-abd6-db73-e531cb60429d", "outputs": { "db_endpoint": { "value": "db-3.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-7cef88ea8ae0ee51c", "ami": "ami-16a8aedc", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8929a50f"], "subnet_id": "subnet-f2393815", "key_name": "prod-deploy-key" } } ] } ] }