{ "version": 4, "terraform_version": "1.6.4", "serial": 509, "lineage": "9b1e3620-49ac-5d6c-1a5f-cd72721020f2", "outputs": { "db_endpoint": { "value": "db-0.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-0f3f9df9bc8091d0d", "ami": "ami-83afce8e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8f2eedcf"], "subnet_id": "subnet-8969ccfb", "key_name": "prod-deploy-key" } } ] } ] }