{ "version": 4, "terraform_version": "1.5.2", "serial": 165, "lineage": "ad69ebc5-3fcc-d184-c0f7-0abd8f22a8a6", "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-2547369496db25a19", "ami": "ami-8cace521", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-01010270"], "subnet_id": "subnet-292b494f", "key_name": "prod-deploy-key" } } ] } ] }