{ "version": 4, "terraform_version": "1.6.1", "serial": 481, "lineage": "fc7ee839-9b8a-b16f-884a-c24f9be78fff", "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-e4ff04f8abf4b2bcb", "ami": "ami-d0aa7e5c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1a6a99c9"], "subnet_id": "subnet-be46d59f", "key_name": "prod-deploy-key" } } ] } ] }