{ "version": 4, "terraform_version": "1.8.9", "serial": 264, "lineage": "07d67742-0f78-cbb3-04dd-91825d2d1e33", "outputs": { "db_endpoint": { "value": "db-3.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-bd515a6fe35636c5d", "ami": "ami-45af32f2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-093d2791"], "subnet_id": "subnet-30d91257", "key_name": "prod-deploy-key" } } ] } ] }