{ "version": 4, "terraform_version": "1.5.2", "serial": 163, "lineage": "30a6336f-e26d-89d2-8185-aeb0e2dfa3a8", "outputs": { "db_endpoint": { "value": "db-1.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-a0135fa0b1b313593", "ami": "ami-3e9d5b00", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-bcc2be7a"], "subnet_id": "subnet-e85207e1", "key_name": "prod-deploy-key" } } ] } ] }