{ "version": 4, "terraform_version": "1.6.5", "serial": 428, "lineage": "fb228c38-fc83-28b9-a149-a315b6090a40", "outputs": { "db_endpoint": { "value": "db-0.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-d99867fbea10de955", "ami": "ami-915f40a9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8863782d"], "subnet_id": "subnet-f20594fa", "key_name": "prod-deploy-key" } } ] } ] }