{ "version": 4, "terraform_version": "1.5.6", "serial": 593, "lineage": "99a9c63b-86d1-1433-6359-76b02c1d738e", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-a172c07758090b261", "ami": "ami-029f4bab", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a6338071"], "subnet_id": "subnet-277b945a", "key_name": "prod-deploy-key" } } ] } ] }