{ "version": 4, "terraform_version": "1.6.5", "serial": 525, "lineage": "3e360139-d7db-f93e-b0c1-340014e9889b", "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-5e1593ced19bfec32", "ami": "ami-9d6b4940", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5eafaed1"], "subnet_id": "subnet-c3a829e4", "key_name": "prod-deploy-key" } } ] } ] }