{ "version": 4, "terraform_version": "1.5.2", "serial": 531, "lineage": "849223d0-9da1-bf58-32cf-b3c95cdd4e61", "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-c62e84c9ba784d6ad", "ami": "ami-90119af3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4ef6b3f7"], "subnet_id": "subnet-028ce956", "key_name": "prod-deploy-key" } } ] } ] }