{ "version": 4, "terraform_version": "1.8.9", "serial": 507, "lineage": "0bcc1bda-d9f4-70e0-2afe-3822e8cc1031", "outputs": { "db_endpoint": { "value": "db-1.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-8e5ca4dec34019719", "ami": "ami-75ba7ce6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-42b55b93"], "subnet_id": "subnet-9672c8e5", "key_name": "prod-deploy-key" } } ] } ] }