{ "version": 4, "terraform_version": "1.5.4", "serial": 304, "lineage": "3c820be9-90f2-c533-40cd-8ce5c7db623a", "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-ca5e04203e9d243a6", "ami": "ami-4be5219c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-895a0f38"], "subnet_id": "subnet-a884909a", "key_name": "prod-deploy-key" } } ] } ] }