{ "version": 4, "terraform_version": "1.5.4", "serial": 559, "lineage": "5d8cd09b-df76-c769-424a-8a8d4d333ae1", "outputs": { "db_endpoint": { "value": "db-4.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-d7c55f1263bc7b009", "ami": "ami-3c8a4f6a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3d96738b"], "subnet_id": "subnet-dd31bbbd", "key_name": "prod-deploy-key" } } ] } ] }