{ "version": 4, "terraform_version": "1.7.5", "serial": 588, "lineage": "cc34472b-9690-70d9-9000-dea5b5ae5f1d", "outputs": { "db_endpoint": { "value": "db-2.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-b4773945081d8e665", "ami": "ami-776c106e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-551bef5c"], "subnet_id": "subnet-059db793", "key_name": "prod-deploy-key" } } ] } ] }