{ "version": 4, "terraform_version": "1.8.7", "serial": 508, "lineage": "ce9394b7-d4aa-75ef-61ee-0016cc4b58f7", "outputs": { "db_endpoint": { "value": "db-4.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-9b25b4f3ffcd4e379", "ami": "ami-88d70f61", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c125f831"], "subnet_id": "subnet-20910aec", "key_name": "prod-deploy-key" } } ] } ] }