{ "version": 4, "terraform_version": "1.6.6", "serial": 436, "lineage": "0c989d2a-587f-cb51-7726-04de38ba3880", "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-a2b3a7e39444074a9", "ami": "ami-eca88ae5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4b17b871"], "subnet_id": "subnet-af276ff6", "key_name": "prod-deploy-key" } } ] } ] }