{ "version": 4, "terraform_version": "1.6.4", "serial": 258, "lineage": "2620093e-7e88-8a1d-b9a4-b1f495e4d0b2", "outputs": { "db_endpoint": { "value": "db-1.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-400fca7aefbe6ea62", "ami": "ami-1349c6dd", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-17b6595f"], "subnet_id": "subnet-b368575a", "key_name": "prod-deploy-key" } } ] } ] }