{ "version": 4, "terraform_version": "1.5.3", "serial": 179, "lineage": "68f2288a-8f37-ec7c-b5b1-c447d7fb3371", "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-c0ac28caa9fb4c5ed", "ami": "ami-6fb5d595", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1a031116"], "subnet_id": "subnet-7566da12", "key_name": "prod-deploy-key" } } ] } ] }