{ "version": 4, "terraform_version": "1.7.0", "serial": 415, "lineage": "0c992746-ab07-4976-52c4-25141da46a41", "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-83fdc41fee971c6f7", "ami": "ami-3e03d777", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b0fc3e83"], "subnet_id": "subnet-ee7f86cf", "key_name": "prod-deploy-key" } } ] } ] }