{ "version": 4, "terraform_version": "1.5.2", "serial": 367, "lineage": "c3deaa78-3f62-328f-ea92-e18e00095a96", "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-46af4a6f14a87fa7c", "ami": "ami-daab7f13", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-767ef414"], "subnet_id": "subnet-dd7624f4", "key_name": "prod-deploy-key" } } ] } ] }