{ "version": 4, "terraform_version": "1.5.9", "serial": 230, "lineage": "adfdc9a2-fe47-91e5-ab8d-3279c5359485", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-8662130abd1cd365a", "ami": "ami-5a6dd7ed", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d8584d01"], "subnet_id": "subnet-055de6e7", "key_name": "prod-deploy-key" } } ] } ] }