{ "version": 4, "terraform_version": "1.8.9", "serial": 421, "lineage": "3e16b822-db9f-2af1-d5be-51ddf0d57d19", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-ff6c26cb99978f471", "ami": "ami-b59f513f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-55e5b5b0"], "subnet_id": "subnet-e7a43cb3", "key_name": "prod-deploy-key" } } ] } ] }