{ "version": 4, "terraform_version": "1.8.9", "serial": 325, "lineage": "67f848e9-a193-a774-4a07-d6c4a761a8e0", "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-9ccb6fceba78ac58f", "ami": "ami-151e3ee3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ad121f51"], "subnet_id": "subnet-3f210eed", "key_name": "prod-deploy-key" } } ] } ] }