{ "version": 4, "terraform_version": "1.5.7", "serial": 401, "lineage": "2acfead2-9ef8-998f-a084-784dc179c86c", "outputs": { "db_endpoint": { "value": "db-3.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-25bf8183eb871cc79", "ami": "ami-05048c3f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-601f96bb"], "subnet_id": "subnet-5225a057", "key_name": "prod-deploy-key" } } ] } ] }