{ "version": 4, "terraform_version": "1.5.4", "serial": 480, "lineage": "81864f81-a337-5f6d-3f3f-9fa7ca417d29", "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-3e91a8e196803b784", "ami": "ami-ae1d3901", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4ddb71d3"], "subnet_id": "subnet-dc3bf2e6", "key_name": "prod-deploy-key" } } ] } ] }