{ "version": 4, "terraform_version": "1.6.3", "serial": 437, "lineage": "11efe8e5-8f15-4c8b-c2aa-7f9725fd8ae0", "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-e45b0e95e410100bf", "ami": "ami-41234994", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9255446a"], "subnet_id": "subnet-d56817b4", "key_name": "prod-deploy-key" } } ] } ] }