{ "version": 4, "terraform_version": "1.7.0", "serial": 380, "lineage": "33d8eda5-dcf2-a9d6-0d64-86df17bbd400", "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-f017d3161f6816662", "ami": "ami-0c6a6232", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1afc4d37"], "subnet_id": "subnet-69d4948a", "key_name": "prod-deploy-key" } } ] } ] }