{ "version": 4, "terraform_version": "1.5.6", "serial": 405, "lineage": "ef7a9b51-ed06-c7a2-c004-8f428181c96f", "outputs": { "db_endpoint": { "value": "db-2.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-7798424315cf355be", "ami": "ami-947e395a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ac379ffa"], "subnet_id": "subnet-4b46b8ed", "key_name": "prod-deploy-key" } } ] } ] }