{ "version": 4, "terraform_version": "1.6.8", "serial": 132, "lineage": "99ce3c67-e80e-f298-193c-47704c0c291e", "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-02ccab5c7ae34065c", "ami": "ami-96482b3f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-dcc2d6d9"], "subnet_id": "subnet-820195b8", "key_name": "prod-deploy-key" } } ] } ] }