{ "version": 4, "terraform_version": "1.5.3", "serial": 410, "lineage": "a0baf392-fce6-05b4-f3e1-e29feffdb57a", "outputs": { "db_endpoint": { "value": "db-0.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-3679d0d8159e470e4", "ami": "ami-814540c8", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-fe6bd2ec"], "subnet_id": "subnet-78c27de3", "key_name": "prod-deploy-key" } } ] } ] }