{ "version": 4, "terraform_version": "1.5.3", "serial": 181, "lineage": "55c04b5f-c279-d339-62d4-c29e11694041", "outputs": { "db_endpoint": { "value": "db-1.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-904854a3d4f107f71", "ami": "ami-d56aeeca", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3ef000e1"], "subnet_id": "subnet-6699af6f", "key_name": "prod-deploy-key" } } ] } ] }