{ "version": 4, "terraform_version": "1.5.8", "serial": 512, "lineage": "11c608c3-3b1e-b446-1c0a-4b4c6c491472", "outputs": { "db_endpoint": { "value": "db-0.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-ad7118f6952b63d97", "ami": "ami-46fbabe4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-681d2248"], "subnet_id": "subnet-30b7cfb6", "key_name": "prod-deploy-key" } } ] } ] }