{ "version": 4, "terraform_version": "1.7.3", "serial": 166, "lineage": "8ed83f2f-db15-3210-67fe-42a3aa68e559", "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-f4a97f3ff4d6c3934", "ami": "ami-6047bba7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-dca7f1b5"], "subnet_id": "subnet-9a932ec4", "key_name": "prod-deploy-key" } } ] } ] }