{ "version": 4, "terraform_version": "1.7.7", "serial": 464, "lineage": "47891d4a-9f4f-f22a-4909-f9dae5cbdd69", "outputs": { "db_endpoint": { "value": "db-2.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-75ad02df5cc999fda", "ami": "ami-00b18c6f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8b89f986"], "subnet_id": "subnet-1f72e380", "key_name": "prod-deploy-key" } } ] } ] }