{ "version": 4, "terraform_version": "1.8.8", "serial": 347, "lineage": "7f5b7492-6018-6507-94f1-2e5f26d06060", "outputs": { "db_endpoint": { "value": "db-1.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-1c8a3e384b634f9ec", "ami": "ami-681333e1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-59a93888"], "subnet_id": "subnet-488ad848", "key_name": "prod-deploy-key" } } ] } ] }