{ "version": 4, "terraform_version": "1.7.3", "serial": 146, "lineage": "66f0aacf-d926-22ab-5bea-2e707dd1500b", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-c5dc7f2740fc9c570", "ami": "ami-ad78bac4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-40bc1368"], "subnet_id": "subnet-ad38fbc2", "key_name": "prod-deploy-key" } } ] } ] }