{ "version": 4, "terraform_version": "1.6.7", "serial": 452, "lineage": "e1502b75-d435-f74b-83c5-1dd2697bb88b", "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-d8f1fa0a9598d8138", "ami": "ami-d0ddc7ff", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a3aa9030"], "subnet_id": "subnet-a5d137e2", "key_name": "prod-deploy-key" } } ] } ] }