{ "version": 4, "terraform_version": "1.7.5", "serial": 174, "lineage": "63fb6627-96b0-9a30-50bb-250a31a7a860", "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-02b67d11154762d1f", "ami": "ami-324fd7e6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1c05a544"], "subnet_id": "subnet-5171ed52", "key_name": "prod-deploy-key" } } ] } ] }