{ "version": 4, "terraform_version": "1.5.3", "serial": 490, "lineage": "77cecdec-1acd-7f83-c9f9-0c5fb37ddb7b", "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-9c31a4b48a3aa62d8", "ami": "ami-22c4c4d8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b10e9223"], "subnet_id": "subnet-538fd2a6", "key_name": "prod-deploy-key" } } ] } ] }